d20a6e6a137c281f218bbb6e8e1e70da9d0f8f6e
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 5"""
4  date="2017-06-09T17:04:09Z"
5  content="""
6 "I think what is happening is that my small file I was testing with somehow
7 became corrupted or was modified while on Amazon's servers."
8
9 That was also kind of my guess. It's hard to imagine how
10 the way that a file is downloaded from The Cloud changes
11 how git-annex decrypts it. As long as the content is the same,
12 the decrpytion step should behave identially no matter where
13 the file is downloaded from.
14
15 But, multiple small files getting corrupted seems like it must
16 have a cause other than a bit flip. Perhaps something about how
17 they were transferred between the two clouds corrupted them..
18
19 I suppose there could also be a bug in git-annex or rclone that somehow
20 corrupts uploads of small files. Perhaps something to do with chunking..
21 What does `git annex info theremote --fast` say about its configuration?
22
23 What is the range of sizes of small files that you've found to be
24 corrupted? Is there a cut-off point after which all larger files are
25 not corrupted? Are any small files not corrupted?
26 """]]